ISlave.WriteEEprom 方法

將雙字 (double word) 寫入從站的 EEPROM。

命名空間IntervalZero.KINGSTAR.Base.Class

組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

語法

C#VB
IKsCommand WriteEEprom(
       int offset,
       uint data
)
Function WriteEEprom(
       offset As Integer,
       data As UInteger
) As IKsCommand

參數

offset

型別:int

EEPROM 空間中的偏移量。

 

data

型別:uint

欲寫入的值。

回傳值

型別:IKsCommand

回傳一個方法的狀態。

可用的 EtherCAT 狀態

ecatInit, ecatPreOP, ecatSafeOP, ecatOP

參見

ISlave 介面

IntervalZero.KINGSTAR.Base.Class 命名空間